/* CSS Document */
@charset "utf-8";
/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #666; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.w1200 { width: 1200px; margin: 0 auto; }
@media screen and (max-width:1300px) and (min-width:1200px) {
.w1200 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1200 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1200 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1200 { width: 95%; }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
height: 20px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#ea5514;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#ea5514;
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
/*头部*/
.header_box { width: 100%; display: inline-block; border-bottom: 4px solid #EA5514; }
.headerTop { height: 40px; line-height: 40px; background: url(../images/tpbj.jpg) repeat-x; font-size: 13px; }
.headerTop a { padding: 0 5px; }
.headerBot { height: 120px; }
.headerBot .logo { padding-top: 20px; width: 50%; }
.headerBot .logo img { max-height: 100%; max-width: 100%; }
.headerBot .top_right { width: 48%; }
.headerBot .tel, .headerBot .telA { padding-left: 55px; line-height: 20px; margin-top: 35px; font-size: 16px; width: 45%; float: left; box-sizing: border-box; }
.headerBot .tel span, .headerBot .telA span { display: block; font-family: arial; font-size: 28px; color: #EA5514; height: 30px; line-height: 30px; font-weight: bold; margin-top: 3px; }
.headerBot .telA { background: url(../images/t_tel.png) no-repeat left 5px; }
.headerBot .search { position: relative; float: right; margin-top: 40px; width: 48%; }
.headerBot .search .tx1 { border: 2px solid #EA5514; width: 75%; padding-left: 18px; color: #bcbcbc; position: relative; height: 42px; float: left; outline: none; font-size: 14px; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important; box-sizing: border-box; }
.headerBot .search .bt1 { background: #EA5514 url(../images/ssan.png) center center no-repeat; width: 25%; height: 42px; border: none; cursor: pointer; float: left; outline: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
 @media screen and (max-width:1079px) and (min-width:1024px) {
.headerBot .logo { width: 45%; padding-top: 25px; }
.headerBot .logo img { max-height: 100%; max-width: 100%; }
.headerBot .top_right { width: 55%; }
.headerBot .tel, .headerBot .telA { margin-right: 20px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.headerBot .logo { width: 80%; padding-top: 25px; }
.headerBot .logo img { max-height: 100%; max-width: 100%; }
.headerBot .top_right { width: 100%; }
.headerBot .tel, .headerBot .telA { margin-top: 25px; font-size: 15px; display: none; }
.headerBot .search { width: 100%; margin: 15px 0; }
.headerBot .tel span, .headerBot .telA span { font-size: 22px; margin-top: 0; }
.headerBot { height: 90px; }
}
@media (max-width: 767px) {
.headerBot { height: auto; }
.headerBot .logo { width: 85%; padding-top: 10px; }
.headerBot .tel, .headerBot .telA { display: none; }
.headerBot .top_right { width: 100%; }
.headerBot .search { width: 100%; margin: 10px 0; }
.headerBot .search .tx1 { height: 35px; }
.headerBot .search .bt1 { height: 35px; }
.headerTop .welcome { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.headerTop .link { display: none; }
}
/*导航*/
nav { width: 100%; margin: 0 auto; padding: 0; background: #fff; }
nav ul { height: 54px; overflow: hidden; }
nav ul li { width: 14.2%; float: left; text-align: center; height: 54px; line-height: 54px; }
nav ul li a { color: #666; font-size: 16px; display: inline-block; height: 54px; line-height: 54px; }
nav ul li:after { content: ''; display: block; width: 0; margin: 0 auto; height: 2px; background: #EA5514; margin-top: -2px; }
nav ul li:hover:after { width: 100%; }
nav ul li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down2.png) center center no-repeat; background-size: 10px 10px; vertical-align: middle; cursor: pointer; margin: 0; }
nav ul li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 10px 10px; text-decoration: none; }
.drop-down { position: absolute; z-index: 99999; background-color: #fff; width: 1200px; left: 50%; margin-left: -600px; }
.drop-down .drop-content { display: none; padding: 30px 0 0 0; border-top: 4px solid #f3f5f9; padding: 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.drop-down .drop-content dl { width: 30%; float: left; padding: 40px 0; margin: 0 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.drop-down .drop-content dl dt { font-weight: bold; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #EA5514; margin-bottom: 20px; }
.drop-down .drop-content dl dd img { max-height: 100%; max-width: 100%; }
.drop-down .drop-content dl.nav_pro { width: 16%; height:300px; overflow:hidden; }
.drop-down .drop-content dl.nav_pro dt { margin-bottom: 10px; }
.drop-down .drop-content dl.nav_pro dd { height: 30px; line-height: 30px; }
 @media screen and (max-width: 1300px) and (min-width: 1200px) {
nav .nav_list { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
nav { height: 60px; }
nav .nav_list { width: 95%; }
nav .nav_list > ul > li { margin: 0 1%; width:12.2%; }
nav .nav_list > ul > li > a { font-size: 15px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
nav { height: 56px; }
nav .nav_list { width: 96%; }
nav .nav_list > ul > li { margin: 0 1%; }
nav .nav_list > ul > li > a { font-size: 15px; }
nav ul li { width: 12.2%; }
.drop-down .w1200 { width: 90%; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
nav { height: 0; margin: 0; }
nav .nav_list { width: 60%; height: 100%; margin: 0; padding: 0; position: fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s; }
nav .nav_list ul { width: 60%; height: 100%; background-color: #fff; position: relative; z-index: 9999; }
nav .nav_list .nav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 9998; }
nav .nav_list ul > li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background: none; box-sizing: border-box; position: relative; height: auto; }
nav .nav_list ul > li a { display: block; width: 100%; line-height: 60px; color: #333; font-size: 16px; text-align: left; padding: 0 60px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
nav .nav_list > ul > li i { display: block; width: 60px; height: 60px; background-size: 14px 14px; position: absolute; top: 0; right: 0; background: url(../images/down2.png) center center no-repeat; background-size: 14px 14px; }
nav .nav_list > ul > li i.cur { background-size: 14px 14px; }
nav .nav_list > ul > li ul { width: 92%; overflow: hidden; position: inherit; left: inherit; top: inherit; background-color: #f8f8f8; box-shadow: none; }
nav .nav_menu { display: block; width: 24px; padding: 10px 7px; background-color: #fff; border: 1px solid #ccc; border-radius: 2px; margin: 0; position: absolute; top: 45px; right: 3%; }
nav .nav_menu span { display: block; width: 24px; height: 2px; background-color: #ccc; border-radius: 1px; }
nav .nav_menu span + span { margin-top: 6px; }
nav .open { width: 100%; overflow: auto; left: 0%; }
nav .nav_menu:active { background-color: #1f4d98; border: 1px solid #1f4d98; }
nav .nav_menu:active span { background-color: #fff; }
nav .nav_list > ul > li ul li a { width: 90%; padding: 0 5%; color: #555; text-align: left; }
nav .w1200 { margin: 0; }
.drop-down { position: static; margin: 0; width: 100%; left: 0; display: none; }
.drop-down .drop-content dl { width: 100%; margin: 0; padding: 0; text-align: left; }
.drop-down .drop-content dd { display: none; }
.drop-down .drop-content dl dt { height: 40px; line-height: 40px; border: none; margin: 0; padding: 0; font-size: 14px; font-weight: normal; background: #f4f4f4; width: 100%; padding: 0 10px; margin-top: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.drop-down .drop-content { display: block !important; }
.drop-down .drop-content dl.nav_pro { width: 100%; height:auto; }
.drop-down .drop-content dl.nav_pro dt { margin-bottom: 0; }
.drop-down .drop-content dl dt a{ line-height:40px;}
}
@media (max-width: 767px) {
nav { height: 0; margin: 0; }
nav .nav_list { width: 60%; height: 100%; margin: 0; padding: 0; position: fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s; }
nav .nav_list ul { width: 60%; height: 100%; background-color: #fff; position: relative; z-index: 9999; }
nav .nav_list .nav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 9998; }
nav .nav_list ul > li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background: none; box-sizing: border-box; position: relative; height: auto; }
nav .nav_list ul > li a { display: block; width: 100%; line-height: 60px; color: #333; font-size: 16px; text-align: left; padding: 0 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
nav .nav_list > ul > li i { display: block; width: 60px; height: 60px; background-size: 14px 14px; position: absolute; top: 0; right: 0; background: url(../images/down2.png) center center no-repeat; background-size: 14px 14px; }
nav .nav_list > ul > li i.cur { background-size: 14px 14px; }
nav .nav_list > ul > li ul { width: 92%; overflow: hidden; position: inherit; left: inherit; top: inherit; background-color: #f8f8f8; box-shadow: none; }
nav .nav_menu { display: block; width: 24px; padding: 10px 7px; background-color: #fff; border: 1px solid #ccc; border-radius: 2px; margin: 0; position: absolute; top: 18px; right: 3%; }
nav .nav_menu span { display: block; width: 24px; height: 2px; background-color: #ccc; border-radius: 1px; }
nav .nav_menu span + span { margin-top: 6px; }
nav .open { width: 100%; overflow: auto; left: 0%; }
nav .nav_menu:active { background-color: #1f4d98; border: 1px solid #1f4d98; }
nav .nav_menu:active span { background-color: #fff; }
nav .nav_list > ul > li ul li a { width: 90%; padding: 0 5%; color: #555; text-align: left; }
nav .w1200 { margin: 0; }
.drop-down { position: static; margin: 0; width: 100%; left: 0; display: none; }
.drop-down .drop-content dl { width: 100%; margin: 0; padding: 0; text-align: left; }
.drop-down .drop-content dd { display: none; }
.drop-down .drop-content dl dt { height: 40px; line-height: 40px; border: none; margin: 0; padding: 0; font-size: 14px; font-weight: normal; background: #f4f4f4; width: 100%; padding: 0 10px; margin-top: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.drop-down .drop-content { display: block !important; }
.drop-down .drop-content dl.nav_pro { width: 100%; height:auto; }
.drop-down .drop-content dl.nav_pro dt { margin-bottom: 0; }
.drop-down .drop-content dl dt a{ line-height:40px;}
}
/* banner 开始 */
.apple-banner { width: 100%; height: 550px; overflow: hidden; }
.apple-banner .swiper-container { width: 100%; height: 550px; }
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; margin: 0; }
.apple-banner .swiper-container .swiper-button-prev { left: 0; }
.apple-banner .swiper-container .swiper-button-next { right: 0; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top: -32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.6) url(../images/arrows1.png) center center no-repeat; left: 20px; }
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.6) url(../images/arrows2.png) center center no-repeat; right: 20px; }
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span { opacity: .6; }
/*分页器*/
.apple-banner .swiper-pagination { top: auto; bottom: 24px; background: none; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius: 0; opacity: 1; border-radius: 6px; }
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(234, 85, 20, 1); border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active span { background-color: #fff; border: 1px solid #EA5514; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.apple-banner .autoplay .swiper-pagination-bullet-active span { background: rgba(255,255,255,0.5); }
.apple-banner .swiper-pagination-bullet i { background-color: #fff; height: 12px; transform: scaleX(0); transform-origin: 0; display: block; }
.apple-banner .autoplay .firsrCurrent i { transition: transform 2.9s linear; transform: scaleX(1); border-radius: 6px; }
.apple-banner .autoplay .current i { transition: transform 4s linear; transform: scaleX(1); border-radius: 6px; }
.apple-banner .autoplay .replace span { background-color: #fff; }
 @media screen and (max-width: 1300px) and (min-width: 1200px) {
.apple-banner { height: 440px; }
.apple-banner .swiper-container { height: 440px; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.apple-banner { height: 420px; }
.apple-banner .swiper-container { height: 420px; }
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 10%; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.apple-banner { height: 400px; }
.apple-banner .swiper-container { height: 400px; }
.swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 10%; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.apple-banner { height: 300px; }
.apple-banner .swiper-container { height: 300px; }
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 10%; }
}
@media (max-width: 767px) {
.apple-banner { height: 150px; }
.apple-banner .swiper-container { height: 150px; }
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 10%; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width: 44px; height: 44px; background-size: 44px 44px; }
.apple-banner .swiper-button-prev span { left: 10px; }
.apple-banner .swiper-button-next span { right: 10px; }
.apple-banner .swiper-pagination { bottom: 12px; }
.apple-banner .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px; }
.apple-banner .swiper-pagination-bullet span { width: 10px; height: 10px; }
.apple-banner .swiper-pagination-bullet i { height: 10px; }
}
@media (max-width: 320px) {
.apple-banner { height: 140px; }
.apple-banner .swiper-container { height: 140px; }
}
/* banner 结束 */


/*首页产品展示*/
.h_product_box { padding-top: 40px; padding-bottom: 60px; }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_product_box { padding-top: 26px; padding-bottom: 28px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.h_product_box { padding-top: 26px; padding-bottom: 28px; }
}
@media screen and (max-width:767px) {
.h_product_box { padding-top: 26px; padding-bottom:20px; }
}

/*首页-大标题 开始*/
.ly_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ly_title div {width:100%;height:40px;overflow:hidden;line-height:40px;color: #ccc;font-size: 28px;font-weight:bold;text-align:center;margin: 0 auto;padding:0;}
.ly_title p {width:100%;height: 50px;overflow:hidden;line-height: 50px;color: #EA5514;font-size: 32px;text-align:center;margin:0 auto;padding:0;font-weight: bold;}
.ly_title p i, .ly_title p em { display:inline-block; width:220px; height:20px; overflow:hidden; margin:0; padding:0; vertical-align:middle;}
.ly_title p i {background:url(../images/titl01.png) center right no-repeat;margin:-2px 20px 0 0;}
.ly_title p em { background:url(../images/titr01.png) center left no-repeat; margin:-2px 0 0 20px;}

.ly_title1 div, .ly_title1 p { color:#fff;text-transform: uppercase;}
.ly_title1 p i { background:url(../images/titl02.png) center right no-repeat; margin:-2px 20px 0 0;}
.ly_title1 p em { background:url(../images/titr02.png) center left no-repeat; margin:-2px 0 0 20px;}

@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
	.ly_title { margin:0 auto 20px;}
	.ly_title div { height: 32px; line-height: 32px; font-size: 24px; margin: 0 auto 4px;}
	.ly_title p{ font-size:28px;}
	.ly_title p i, .ly_title p em { width:20%;}
	.ly_title p i, .ly_title1 p i { margin:-2px 10px 0 0;}
	.ly_title p em, .ly_title1 p em { margin:-2px 0 0 10px;}
}
@media (max-width: 320px) {
	.ly_title p { font-size:25px;}
}
/*首页-大标题 结束*/

/*产品分类*/
.h_product_box .h_left { width: 23%; float: left; overflow: hidden; margin-right: 18px; padding: 0 1% 1% 1%; background: #EA5514; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 30px; }
.cp_type { margin-bottom: 30px; }
.cp_type .hd { text-align: center; padding: 30px 3%; }
.cp_type .hd p { font-size: 28px; font-weight: bold; color: #fff; }
.cp_type .hd span { display: block; font-size: 12px; color: #fff; text-transform: uppercase; }
.cp_type .bd { width: 100%; background: #fff; padding: 3%; border-radius: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.cp_type .bd ul{    max-height: 1395px;    overflow: hidden; overflow-y: scroll;}
.cp_type .bd ul li { margin-bottom: 10px; }
.cp_type .bd ul li p { background: #f4f4f4; height: 50px; line-height: 50px; border-radius: 5px; }
.cp_type .bd ul li p a { font-size: 16px; color: #333; display: block; width: 74%; padding: 0 0 0 6%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; }
.cp_type .bd ul li p span { display: block; width: 20%; height: 100%; background: url(../images/mulu1.png) center center no-repeat; cursor: pointer; float: left; }
.cp_type .bd ul li div { background: #fff; display: none; }
.cp_type .bd ul li div a { display: block; height: 50px; line-height: 50px; color: #666; font-size: 15px; border-top: 1px solid #e7e5e5; padding: 0 10% 0 10%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/icon2.png) 6% center no-repeat; }
.cp_type .bd ul li div a:first-child { border-top: 0; }
.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p { background: #EA5514; }
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color: #fff; }
.cp_type .bd ul li p:hover span { background: url(../images/mulu2.png) center center no-repeat; }
.cp_type .bd ul li.on p span { background: url(../images/mulu3.png) center center no-repeat; }
.cp_type .bd ul li div a:hover { color: #EA5514; background: url(../images/icon3.png) 6% center no-repeat; }
.cp_type .bd a.pro_ckqb { display: block; height: 34px; line-height: 34px; font-size: 16px; color: #fff; background: #30b6f5; width: 100%; margin: 10px auto; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.cp_type .bd a.pro_ckqb:hover { background: #0685b7; color: #fff; }
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.h_product_box .h_left { width: 26%; }
.cp_type .hd p { font-size: 24px; }
.cp_type .bd ul li p a { font-size: 15px; }
.cp_type .bd ul li div a { font-size: 14px; }
.cp_type .bd ul li p { height: 48px; line-height: 48px; }
.cp_type .bd ul li div a { height: 44px; line-height: 44px; }
.cp_type .bd ul li p span { background-size: 16px; }
.cp_type .bd ul li.on p span { background-size: 16px; }
.cp_type .bd ul li p:hover span { background-size: 16px; }
.cp_type .hd p:before { display: none; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.h_product_box .h_left { width: 100%; }
.cp_type { margin-bottom: 0; }
.cp_type .hd p:before { display: none; }
.cp_type .hd { background: #EA5514 url(../images/down.png) 94% center no-repeat; padding: 18px 3%; text-align: left; overflow: hidden;}
.cp_type .hd.on { background: #EA5514 url(../images/uper.png) 94% center no-repeat; }
.cp_type .hd span { display:none; }
.cp_type .hd p { padding: 0 2%; display: block; font-weight: normal;  font-size:24px; font-weight:bold; float: left; line-height: 24px; min-width: 68px; }
.cp_type .bd { display: none; }
.cp_type .bd ul li p a { font-size: 15px; }
.cp_type .bd ul li div a { font-size: 14px; }
.cp_type .bd ul li p { height: 48px; line-height: 48px; }
.cp_type .bd ul li div a { height: 44px; line-height: 44px; }
.cp_type .bd ul li p span { background-size: 20px; }
.cp_type .bd ul li.on p span { background-size: 20px; }
.cp_type .bd ul li p:hover span { background-size: 20px; }
}
@media screen and (max-width:767px) {
.h_product_box .h_left { width: 100%; }
.cp_type { margin-bottom: 0; }
.cp_type .hd p:before { display: none; }
.cp_type .hd { background: #EA5514 url(../images/down.png) 94% center no-repeat; padding: 18px 3%; text-align: left; overflow: hidden;}
.cp_type .hd.on { background: #EA5514 url(../images/uper.png) 94% center no-repeat; }
.cp_type .hd span { display:none; }
.cp_type .hd p { padding: 0 2%; display: block; font-weight: normal;  font-size:24px; font-weight:bold; float: left; line-height: 24px; min-width: 68px; }
.cp_type .bd { display: none; }
.cp_type .bd ul li p a { font-size: 15px; }
.cp_type .bd ul li div a { font-size: 14px; }
.cp_type .bd ul li p { height: 48px; line-height: 48px; }
.cp_type .bd ul li div a { height: 44px; line-height: 44px; }
.cp_type .bd ul li p span { background-size: 20px; }
.cp_type .bd ul li.on p span { background-size: 20px; }
.cp_type .bd ul li p:hover span { background-size: 20px; }
}
/*右侧产品展示*/
.h_product_box .h_right { width: 74%; float: right; }
.h_pro_tj_scoll { width: 100%; }
.h_pro_tj_scoll .item { position: relative; border: 1px solid #dedede; padding: 30px 60px; }
.h_pro_tj_scoll .lSPrev, .h_pro_tj_scoll .lSNext { background: url(../images/jiantou_l.png) center center no-repeat; width: 25px; height: 45px; position: absolute; left: 20px; top: 50%; margin-top: -22px; cursor: pointer; }
.h_pro_tj_scoll .lSNext { left: auto; right: 20px; background: url(../images/jiantou_r.png) center center no-repeat; }
.h_pro_tj_scoll .content-slider { width: 100%; overflow: hidden; height: 262px; }
.h_pro_tj_scoll .content-slider li { margin-bottom: 10px; overflow: hidden; }
.h_pro_tj_scoll .content-slider li .pic { display: block; width: 45%; float: left; height: 260px; border: 1px solid #DDDDDD; text-align: center; position: relative; overflow: hidden; }
.h_pro_tj_scoll .content-slider li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s; }
.h_pro_tj_scoll .content-slider li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.h_pro_tj_scoll .content-slider li .wz { width: 51%; float: right; }
.h_pro_tj_scoll .content-slider li .wz .tlt { display: block; font-size: 26px; color: #333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 15px; }
.h_pro_tj_scoll .content-slider li .wz .tlt:hover { color: #EA5514; }
.h_pro_tj_scoll .content-slider li .wz p { font-size: 15px; color: #777; line-height: 28px; height: 135px; overflow: hidden; margin-bottom: 26px; }
.h_pro_tj_scoll .content-slider li .wz a.more { display: block; width: 170px; height: 45px; line-height: 45px; background: #b8b8b8; color: #fff; font-size: 16px; text-align: center; overflow: hidden; }
.h_pro_tj_scoll .content-slider li .wz a.more:after { content: ''; display: inline-block; width: 18px; height: 10px; background: url(../images/more.png) center center no-repeat; margin-left: 200px; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.h_pro_tj_scoll .content-slider li .wz a.more:hover { background: #EA5514; }
.h_pro_tj_scoll .content-slider li .wz a.more:hover:after { margin-left: 5px; }
.h_pro_tj_scoll .content-slider li .pic:hover img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.h_pro_tj_scoll .lSPager { display: none; }
.h_pro_list { padding-top: 30px; }
.h_pro_list1{ padding-top:0;}
.h_pro_list li { width: 31.333333%; margin-right: 3%; margin-bottom: 25px; transition: all .3s; float: left; }
.h_pro_list li:nth-child(3n) { margin-right: 0; }
.h_pro_list li .pic { display: block; height: 240px; border: 1px solid #DDDDDD; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.h_pro_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.h_pro_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.h_pro_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.h_pro_list li .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #fff; background: #b8b8b8; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; }
.h_pro_list li:hover .tlt { color: #fff; background: #EA5514; }
.h_pro_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
@media screen and (max-width:1199px) and (min-width:1080px) {
.h_product_box { padding-top: 26px; padding-bottom: 15px; }
.h_pro_list li .pic { height: 186px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.h_product_box .h_right { width: 100%; }
.h_pro_tj_scoll .content-slider li .pic { height: 190px; }
.h_pro_tj_scoll .content-slider li .wz .tlt { font-size: 20px; }
.h_pro_tj_scoll .lSPrev, .h_pro_tj_scoll .lSNext { display: none; }
.h_pro_tj_scoll .item { padding: 30px 20px; }
.h_pro_tj_scoll .content-slider li .wz p { font-size: 14px; line-height: 26px; height: 76px; }
.h_pro_tj_scoll .content-slider li .wz a.more { width: 170px; height: 36px; line-height: 36px; }
.h_pro_list li .pic { height: 140px; }
.h_pro_list li .tlt { height: 36px; line-height: 36px; font-size: 14px; }
.h_pro_list li { margin-bottom: 18px; }
}
@media screen and (max-width:767px) {
.h_product_box .h_right { width: 100%; }
.h_pro_list li { width: 48.5%; }
.h_pro_list li:nth-child(2n) { margin-right: 0; }
.h_pro_list li:nth-child(3n) { margin-right: 3%; }
.h_pro_list li:nth-child(6n) { margin-right: 0; }
.h_pro_list li .pic { height: 160px; }
.h_pro_list li .tlt { height: 40px; line-height: 40px; font-size: 14px; }
.h_pro_tj_scoll .content-slider li .pic { width: 100%; float: none; border-top: 0; border-left: 0; border-right: 0; margin-bottom: 15px; }
.h_pro_tj_scoll .content-slider li .wz { width: 94%; float: none; padding: 0 3%; }
.h_pro_tj_scoll .lSPrev, .h_pro_tj_scoll .lSNext { display: none; }
.h_pro_tj_scoll .item { padding: 0 0; }
.h_pro_tj_scoll .content-slider li .wz .tlt { font-size: 22px; }
.h_pro_tj_scoll .content-slider li .wz a.more { height: 40px; line-height: 40px; font-size: 14px; margin-bottom: 20px; }
}
/*首页第一部分优势*/
.advantage { height: 1895px; background: url(../images/advbg02.jpg) no-repeat center bottom; position: relative; }
.advantage .adv_top { height: 172px; background: url(../images/advbg01.png) no-repeat center top; padding-top: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.advantage .adv_con { height: 1722px; position: relative; }
.advantage .adv_con .conbox { height: 322px; margin-top: 16px; }
.advantage .adv_con .conbox .conImg { width: 522px; }
.advantage .adv_con .conbox .contit { width: 470px; padding-top: 65px; position: relative; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; height: 255px; }
.advantage .adv_con .conbox .contit .advbd { display: block; width: 1px; height: 1734px; position: absolute; left: 0; top: -27px; background: #EA5514; }
.advantage .adv_con .conbox .contit .adv_num { display: block; width: 105px; height: 105px; background: url(../images/advnum.png) no-repeat center; color: #fff; text-align: center; font-weight: bold; color: #fff; line-height: 105px; font-size: 36px; position: absolute; top: 100px; }
.advantage .adv_con .conbox .contit b { display: block; font-size: 28px; color: #333; }
.advantage .adv_con .conbox .contit b i { display: block; font-size: 18px; text-transform: uppercase; color: #999; margin-bottom: 40px; }
.advantage .adv_con .conbox .contit .adv_p1 { font-size: 16px; color: #333; line-height: 34px; }
.advantage .adv_con .conbox .contit.fr { padding-left: 100px; padding-right: 30px; }
.advantage .adv_con .conbox .contit.fl { padding-left: 30px; padding-right: 100px; }
.advantage .adv_con .conbox .contit.fr .adv_num { left: -52px; }
.advantage .adv_con .conbox .contit.fl .adv_num { right: -52px; }
.advantage .adv_con .conbox .adv_p2 a { display: block; margin-top: 15px; width: 123px; height: 35px; line-height: 35px; background: url(../images/ljzxa.png) no-repeat center; text-indent: 22px; font-size: 14px; color: #fff; }
.advantage .adv_con .conbox:last-child .contit { border-bottom: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	.advantage .adv_con .conbox .conImg {width: 45%;clear: both;}
.advantage .adv_con .conbox .conImg img{max-width:100%;}
.advantage .adv_con .conbox .contit{width: 45%;height:auto;}
.advantage .adv_con .conbox .contit.fr{padding: 25px 0 20px 80px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.advantage .adv_con .conbox .contit.fl{ padding:25px 0;margin:20px 0;}
.advantage .adv_con .conbox .contit b i{ margin-bottom:20px;}
.advantage .adv_con .conbox .contit.fl .adv_num{ right:-33.5%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.advantage .adv_con .conbox .conImg {width: 45%;clear: both;}
.advantage .adv_con .conbox .conImg img{max-width:100%;}
.advantage .adv_con .conbox .contit{width: 45%;height:auto;}
.advantage .adv_con .conbox .contit.fr{padding: 25px 0 20px 80px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.advantage .adv_con .conbox .contit.fl{ padding:25px 0;margin:20px 0;}
.advantage .adv_con .conbox .contit b i{ margin-bottom:20px;}
.advantage .adv_con .conbox .contit.fl .adv_num{ right:-34.5%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.advantage .adv_con .conbox .conImg {width: 45%;clear: both;margin-top: 50px;}
.advantage .adv_con .conbox .conImg img{max-width:100%;}
.advantage .adv_con .conbox .contit{width: 45%;height:auto;}
.advantage .adv_con .conbox .contit.fr{padding: 25px 0 20px 80px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.advantage .adv_con .conbox .contit.fl{ padding:25px 0;margin:20px 0;}
.advantage .adv_con .conbox .contit b i{ margin-bottom:20px; font-size:15px;}
.advantage .adv_con .conbox .contit.fl .adv_num{ right:-38%;}
.advantage .adv_con .conbox .contit .adv_p1{ font-size:14px; line-height:30px;}
.advantage .adv_con .conbox .contit b{ font-size:25px;}
}
@media (max-width: 767px) {
.advantage .adv_con .conbox .conImg { width:100%;}
.advantage .adv_con .conbox .conImg img{ max-width:100%;}
.advantage .adv_con .conbox .contit{ width:100%; height:auto;}
.advantage .adv_con .conbox .contit.fr{ padding:25px 0; margin:20px 0;}
.advantage .adv_con .conbox .contit.fl{ padding:25px 0;margin:20px 0;}
.advantage .adv_con .conbox .contit .adv_num{ display:none;}
.advantage .adv_con .conbox .contit .advbd{ display:none;}
.advantage .adv_con .conbox .contit b{ font-size:25px;}
.advantage .adv_con .conbox .contit b i{ margin-bottom:20px; font-size:16px;}
.advantage .adv_con .conbox .contit .adv_p1{ font-size:15px; line-height:30px;}
}

/*首页第二部分优势*/
.ly_idxAdv .xzdb_p1 {height: 42px;background: url(../images/xzdbbg03.png) no-repeat center;line-height: 42px;text-align: center;color: #fff;font-size: 20px;margin-top: -20px;margin-bottom: 30px;}
.ly_idxAdv { width:100%; overflow:hidden; margin:0 auto; padding: 0;background: url(../images/advbg02.jpg) no-repeat center top; padding:60px 0;}
.ly_idxAdv .lyIdxAdv_main { overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAdv_main ul li { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyIdxAdv_main ul li:last-child { margin:0 auto;}
.lyIdxAdv_main ul li .idxAdv_img { width:44%; height:335px; overflow:hidden; margin:0; padding:0; position:relative; float:left;}
.lyIdxAdv_main ul li .idxAdv_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.lyIdxAdv_main ul li .idxAdv_text { width:52%; height:auto; overflow:hidden; margin:0; padding:40px 0 0; float:right;}
.lyIdxAdv_main ul li:nth-child(2) .idxAdv_img { float:right;}
.lyIdxAdv_main ul li:nth-child(2) .idxAdv_text { float:left;}
.lyIdxAdv_main ul li:nth-child(4) .idxAdv_img { float:right;}
.lyIdxAdv_main ul li:nth-child(4) .idxAdv_text { float:left;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit {width:100%;min-height:44px;overflow:hidden;margin:0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit em {display:block;width: 54px;height: 64px;overflow:hidden;line-height:44px;color: #666;font-size: 25px;font-weight:bold;text-align:center;border: 3px solid #ddd;float: left;padding-top: 8px;box-sizing: border-box;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p {width: 80%;height:24px;overflow:hidden;line-height:24px;color:#333;font-size: 22px;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;margin-left: 70px;margin-top: 15px;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {display:block;width: 80%;height:20px;overflow:hidden;line-height:20px;color:#999;font-size:14px;white-space: nowrap;text-overflow: ellipsis;margin: 5px 0 0 70px;padding:0;}

.lyIdxAdv_main ul li .idxAdv_text i.idxAdv_line { display:block; width:80px; height:3px; overflow:hidden; margin:20px 0; padding:0; background-color:#ccc;}
.lyIdxAdv_main ul li .idxAdv_text dl { background:url(../images/idxAdv_line1.png) 5px 12px repeat-y;}
.lyIdxAdv_main ul li .idxAdv_text dl dd { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:0 auto 12px; padding:0 0 0 20px; position:relative; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxAdv_main ul li .idxAdv_text dl dd:last-child { margin:0 auto;}
.lyIdxAdv_main ul li .idxAdv_text dl dd em { display:block; width:10px; height:10px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:6.5px; background:url(../images/icon01.png) no-repeat left center;}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn { width:100%; height:44px; overflow:hidden; margin:40px auto 0; padding:0;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {display:block;width:140px;height:44px;overflow:hidden;line-height:44px;color:#fff;font-size:16px;text-align:center;margin:0 20px 0 0;padding:0;background-color: #0c3177;float:left;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2) {background-color: #23ac38;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:hover { background-color:#072a6b;}
.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2):hover { background-color:#159c2a;}

.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel { margin:0; padding:10px 15px; background-color:#EA5514; position:absolute; left:0; bottom:0; display:none;}
.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em { display:block; width:64px; height:64px; overflow:hidden; margin:0 4px 0 0; padding:0; background:url(../images/tel2.png) 0 0 no-repeat; background-size:100% 100%; float:left;}
.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p { height:36px; overflow:hidden; line-height:36px; color:#fff; font-size:30px; font-weight:bold; white-space: nowrap; text-overflow: ellipsis; margin:4px 0 0; padding:0;}
.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span { display:inline-block; line-height:24px; color:#fff; font-size:14px; margin:0; padding:0;}

@media screen and (max-width:1119px) and (min-width:1080px) {
	.ly_idxAdv .lyIdxAdv_main { width:90%;}
	.lyIdxAdv_main ul li .idxAdv_img { height:271px;}
	.lyIdxAdv_main ul li .idxAdv_text { padding:0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn { height:40px; margin:20px auto 0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a { height:40px; line-height:40px;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span { font-size:12px;}
	
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em { width:60px; height:60px;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p { margin:0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxAdv .lyIdxAdv_main { width:96%;}
	.lyIdxAdv_main ul li .idxAdv_img { height:275px;}
	.lyIdxAdv_main ul li .idxAdv_text { padding:0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn { height:40px; margin:20px auto 0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a { height:40px; line-height:40px;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span { font-size:12px;}
	
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em { width:60px; height:60px;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p { margin:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxAdv .lyIdxAdv_main { width:96%;}
	.lyIdxAdv_main ul li .idxAdv_img { width:100%; height:auto; margin:0 auto 20px; float:inherit;}
	.lyIdxAdv_main ul li .idxAdv_img img { width:100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lyIdxAdv_main ul li .idxAdv_text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn { height:40px; margin:20px auto 0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a { height:40px; line-height:40px;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span { font-size:12px;}
	
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em { width:60px; height:60px;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p { margin:0;}
}
@media (max-width: 767px) {
	.ly_idxAdv .xzdb_p1{ font-size:16px;margin-top: -10px; background-size:100% 100%;}
	.ly_idxAdv { margin:40px auto 0; padding:40px 0;}
	.ly_idxAdv .lyIdxAdv_main { width:94%;}
	.lyIdxAdv_main ul li .idxAdv_img { width:100%; height:auto; margin:0 auto 20px; float:inherit;}
	.lyIdxAdv_main ul li .idxAdv_img img { width:100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lyIdxAdv_main ul li .idxAdv_text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.lyIdxAdv_main ul li .idxAdv_text i.idxAdv_line { margin:12px 0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn { height:40px; margin:20px auto 0;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a { height:40px; line-height:40px;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span { font-size:12px;}
	
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel { padding:10px;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em { width:48px; height:48px;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p { height:28px; line-height:28px; font-size:26px; margin:0;}
	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span { line-height:20px; font-size:13px;}
}
@media (max-width: 320px) {
	.ly_idxAdv .xzdb_p1{ font-size:15px;margin-top: -10px;background-size:100% 100%;}
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p { font-size:15px;}
}

/*首页公司简介*/
.h_about_box { width: 100%;padding: 40px 0; min-height: 300px;background: url(../images/bg01.png);}
.con_syabout { margin: 50px 0; }
.about_tlt {font-size: 28px;color: #372e2c;margin-top: 7px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.con_img_about { float: left; width: 48%; height: 346px; }
.con_img_about img { width: 100%; height: 100%; }
.con_right_about { text-align: left; float: right; width: 48%; }
.con_right_about .desc{font-size: 15px;color: #fff;color: #777;padding: 25px 0;line-height: 32px;height: 170px;overflow: hidden;text-indent: 2em;}
.con_right_about .desc p {font-size: 15px;color: #fff;color: #777;line-height: 32px;height: 190px;overflow: hidden;text-indent: 2em;}
.btn-more1 {color: #fff;display: block;width: 145px;text-align: center;height: 40px;line-height: 40px;float: left;margin-top: 35px;background: #EA5514;border-bottom: 2px solid rgb(0,0,0,.3);font-size: 15px;border-radius: 5px;}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.con_img_about{ position:relative;}
	.con_img_about img{max-height:auto; height:auto; position:absolute; margin:auto; top:0; left:0; bottom:0; right:0; display:block;}
}
@media screen and (max-width:767px) {
.h_about_box { padding: 25px 0; }
.con_img_about { width: 100%; height:auto;}
.con_syabout{ margin:0;}
.con_right_about { width: 100%; }
.btn-more1 { float: none; margin: 25px auto 5px; height:40px; line-height:40px; font-size:14px; }
.con_img_about img{ width:auto; height:auto; max-width:100%;}
.about_tlt{ font-size:20px; margin-top:25px;}
.con_right_about p.desc{ padding:10px 0; height:158px; font-size:14px;}
}
/*首页新闻资讯*/
.news { padding:40px 0; overflow:hidden;}
.news .conleft {position: relative;}
.news .conleft .l_more {position: absolute;right: 5px;top: 8px;font-size: 14px;color: #333;}
.news .news_type {border: 3px solid #EA5514;background: #fff; margin-bottom: 30px; height:55px;}
.news .news_type a {float: left;width:50%;color:#222;height: 55px;line-height: 55px;position: relative;text-align: center;font-size: 20px;}
.news .news_type a i {text-transform: uppercase;font-size: 14px;}
.news .news_type a.cur {background: #EA5514;color: #fff;}
.news .conbox{clear:both;margin-top: 40px;}
.news .news_con .conleft {width: 67%;}
.news .news_con .conleft .concase {display: none;}
.news .news_con .conleft .concase.cur {display: block;}
.news .news_con .conleft dl { width:100%;height: 200px;}
.news .news_con .conleft dl dt {width: 35%;height: 196px; float:left; position:relative;}
.news .news_con .conleft dl dt img{max-width: 100%;max-height: 100%;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;display: block;}
.news .news_con .conleft dl dd .dd1 {height: 30px;line-height: 30px;font-weight: bold;margin-bottom: 10px;}
.news .news_con .conleft dl dd{ width:62%; float:right;}
.news .news_con .conleft dl dd .dd1 a {color: #333;font-size: 22px;float: left;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .news_con .conleft dl dd .dd1 span {float: right;font-size: 14px;color: #999;}
.news .news_con .conleft dl dd .dd2 {margin-top: 5px;line-height: 26px;font-size: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;height: 99px; color:#7d7d7d;}
.news .news_con .conleft dl dd a.dd3 {display: block;width: 99px;height: 33px;line-height: 33px;margin-top: 25px;text-align: center;background: #EA5514;color: #fff;font-size: 14px;border-radius: 5px;}

.news .news_con .conleft ul {margin-top: 30px;}
.news .news_con .conleft ul li {height: 45px;width: 50%;border-bottom: 1px dashed #d0d0d0;line-height: 45px;padding-left: 20px;font-size: 14px;background: url(../images/newsicon.png) no-repeat 5px center;box-sizing: border-box;margin-right: 5p;padding-right: 5px;}
.news .news_con .conleft ul li a {float: left;width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #000; font-size:15px;}
.news .news_con .conleft ul li span {float: right;color: #999;width: 80px;}
.news .news_con .conleft ul li:hover a {color: #EA5514;}

.news .news_con .conright {width: 30%;}
.news .news_con .conright .r_top {height: 61px;background: #EA5514;font-size: 20px;line-height: 61px;text-align: center;}
.news .news_con .conright .r_top i{font-size: 14px;}
.news .news_con .conright .r_top a {color: #fff;}
.news .news_con .right_con {position: relative;overflow: hidden;}
.news .news_con .right_con ul{margin-top:10px;padding:10px 5% 40px;min-height: 300px;}
.news .news_con .right_con ul li{border-bottom:1px dashed #e5e5e5; height:42px; line-height:42px;}
.news .news_con .right_con ul li a{display:block;width:65%;float:left;font-size:15px;color:#333;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon2.png) left center no-repeat;padding-left:5%;height:42px;line-height:42px;}
.news .news_con .right_con ul li  a:hover{color: #EA5514;}
.news .news_con .right_con ul li span{display:block;width:28%;float:right;text-align:right;font-size:14px;color:#666;height:42px;line-height:42px;}
.news .news_con .right_con ul li p{font-size:14px;color:#777;line-height:22px;overflow:hidden;height:45px;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.news{ padding:40px 0;}
.news .news_con .conleft { width:100%;}
.news .news_con .conright{ width:100%; margin-top:30px;}
.news .news_con .conleft ul li{ width:100%;}
.news .news_con .conleft dl dd a.dd3{ margin-bottom:20px;}
.news .news_con .conleft dl dd .dd1{ height:50px;}
.news .news_con .conleft dl dd .dd1 a{ width:100%;}
.news .news_con .conleft dl dd .dd1 span{ width:100%; float:none;}
.news .news_type a{ font-size:18px;}
.news .news_con .right_con ul{ padding-bottom:0;}
}
@media (max-width: 767px) {
.news{ padding:40px 0;}
.news .news_con .conleft { width:100%;}
.news .news_con .conleft dl dt{ width:100%;}
.news .news_con .conleft dl dd{ width:100%; margin-top:20px;}
.news .news_con .conright{ width:100%; margin-top:30px;}
.news .news_con .conleft ul li{ width:100%;}
.news .news_con .conleft dl dd a.dd3{ margin-bottom:20px;}
.news .news_con .conleft dl dd .dd1{ height:50px;}
.news .news_con .conleft dl dd .dd1 a{ width:100%;}
.news .news_con .conleft dl dd .dd1 span{ width:100%; float:none;}
.news .news_type a{ font-size:18px;}
.news .news_con .right_con ul{ padding-bottom:0;}
}
@media (max-width: 320px) {
.news .news_type a{ font-size:16px;}
	}

/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#26272b;}
.ly_Links .lyLinks_main { width:1200px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; margin:0 auto; padding:0 20px 0 52px; background:#303135 url(../images/lk_icon.png) 20px center no-repeat; border-radius:0 0 8px 8px;}
.lyLinks_main .Lk_list { width:100%; overflow:hidden; margin:0 auto; padding:10px 0;}
.lyLinks_main .Lk_list a { display:inline-block; min-height:40px; line-height:40px; color:rgba(255, 255, 255, 0.8); font-size:15px; margin:0; padding:0 20px;}
.lyLinks_main .Lk_list a:hover { color:#fff;}

@media screen and (max-width:1399px) and (min-width:1279px) {
	.ly_Links .lyLinks_main { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ly_Links .lyLinks_main { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Links .lyLinks_main { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Links .lyLinks_main { width:96%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Links .lyLinks_main { width:96%; padding:0;}
	.lyLinks_main .Lk_tit { position:inherit; font-size:18px;}
}
@media (max-width: 767px) {
	.ly_Links .lyLinks_main { width:94%; padding:0;}
	.lyLinks_main .Lk_tit { position:inherit; font-size:16px;}
	.lyLinks_main .Lk_list a { padding:0 12px; font-size:14px;}
}
/*首页-友情链接 结束*/

/*底部 开始*/
.ly_foot { width:100%; margin: 60px auto 0; padding:0; background-color:#303135; clear:both; display:inline-block;}
.ly_foot .ly_Ftmain { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 20px;}
.ly_Ftmain .ly_Ftcon { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ly_Ftcon .ly_FtLeft { width:78%; overflow:hidden; margin:0; padding:0; float:left;}
.ly_FtLeft ul li { width:25%; overflow:hidden; margin:0; padding:0 40px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;max-height: 260px;}
.ly_FtLeft ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:rgba(255, 255, 255, 0.8); font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_FtLeft ul li a:hover { color:#fff;}
.Ft_tit { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:20px; font-weight:bold; margin:0 auto 20px; padding:0;}

.ly_Ftcon .ly_FtRight { width:22%; overflow:hidden; margin:0; padding:0; float:right;}
.ly_FtRight p { width:100%; overflow:hidden; line-height:24px; color:rgba(255, 255, 255, 0.9); font-size:14px; margin:0 auto 20px; padding:0;}
.ly_FtRight .ly_FtEwm { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_FtEwm img { display:block; width:160px; height:160px; overflow:hidden; margin:0; padding:0; float:right;}
.ly_FtEwm span { display:block; width:160px; height:20px; line-height:20px; color:#fff; font-size:15px; font-weight:bold; text-align:center; margin:15px auto 0; padding:0; float:right;}
.ly_FtRight .ly_FtXx { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.ly_FtXx p { width:100%; line-height:24px; color:#fff; font-size:15px; text-align:right; word-break: break-all; margin:0 auto 10px; padding:0;}

.ly_foot .ly_FtBottom { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:20px 0; background-color:#EA5514;}
.ly_foot .ly_FtBottom .FtBottom_mid { width:1200px; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.FtBottom_mid .Ft_Logo { width:20%; height:60px; overflow:hidden; margin:0; padding:0; float:left;}
.Ft_Logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; margin: 0; padding: 0;}
.Ft_Logo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.FtBottom_mid .Ft_Copy { width:80%; line-height:30px; color:#fff; font-size:15px; text-align:right; float:right; padding:15px 0;}
.FtBottom_mid .Ft_Copy a { color:#fff;}
.FtBottom_mid .Ft_Copy a:hover { color:#fff;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.ly_Ftmain .ly_Ftcon { width:90%;}
	.ly_foot .ly_FtBottom .FtBottom_mid { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ly_Ftmain .ly_Ftcon { width:90%;}
	.ly_foot .ly_FtBottom .FtBottom_mid { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Ftmain .ly_Ftcon, .ly_foot .ly_FtBottom .FtBottom_mid { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Ftmain .ly_Ftcon, .ly_foot .ly_FtBottom .FtBottom_mid { width:96%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Ftmain .ly_Ftcon, .ly_foot .ly_FtBottom .FtBottom_mid { width:96%;}
	.ly_Ftmain .ly_FtLeft { width:100%; margin:0 auto 40px; padding: 0 0 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.ly_Ftmain .ly_FtRight { width:100%; margin:0 auto 20px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_FtLeft ul li { padding:0;}
	.ly_FtLeft ul li a { text-align:center;}
	.Ft_tit { text-align:center;}
	.ly_FtRight .ly_FtEwm { width:100%; margin:0 auto 20px; padding:0;}
	.ly_FtEwm img { float:inherit; margin:0 auto;}
	.ly_FtEwm span { width:100%; text-align:center;}
	.ly_FtRight .ly_FtXx { width:100%; margin:0 auto;}
	.ly_FtXx p { margin:0 auto; text-align:center; line-height:30px;}
	.FtBottom_mid .Ft_Logo { width:28%;}
	.FtBottom_mid .Ft_Copy { width:72%;}
}
@media (max-width: 767px) {
	.ly_Ftmain .ly_Ftcon, .ly_foot .ly_FtBottom .FtBottom_mid { width:94%;}
	.ly_Ftmain .ly_FtLeft { width:100%; margin:0 auto 20px; display:none;}
	.ly_FtLeft ul li { width:100%; margin:0 0 20px; padding:12px 0 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.ly_FtLeft ul li a { width:50%; font-size:14px; text-align: center; float:left;}
	.Ft_tit { margin:0 auto 4px; font-size:18px; text-align: center;}
	
	.ly_Ftmain .ly_FtRight { width:100%; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_FtRight .ly_FtEwm { width:100%; margin:0 auto 20px; padding:0;}
	.ly_FtEwm img { float:inherit; margin:0 auto;}
	.ly_FtEwm span { width:100%; font-size:14px; text-align:center;}
	.ly_FtRight .ly_FtXx { width:100%; margin:0 auto; display:none;}
	.ly_FtXx p { margin:0 auto; text-align:center; line-height:30px; font-size:14px;}
	.FtBottom_mid .Ft_Logo { width:100%;}
	.Ft_Logo a { display:block;}
	.Ft_Logo a img { display:block; margin:0 auto;}
	.FtBottom_mid .Ft_Copy { width:100%; padding:15px 0 0; font-size:14px; text-align:center;}
	
}
/*底部 结束*/

/*ny_banner 开始*/
.ny_banner { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ny_banner img { display:block; width:1920px; height:300px; overflow:hidden; margin:-150px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_banner { height:250px;}
	.ny_banner img { width:1600px; height:250px; margin:-125px 0 0 -800px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_banner { height:220px;}
	.ny_banner img { width:1408px; height:220px; margin:-110px 0 0 -704px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_banner { height:200px;}
	.ny_banner img { width:1280px; height:200px; margin:-100px 0 0 -640px;}
}
@media (max-width: 767px) {
	.ny_banner { height:120px;}
	.ny_banner img { width:768px; height:120px; margin:-60px 0 0 -384px;}
}
/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb { width:66%; overflow:hidden; margin:0; padding:0 0 0 24px; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_crumb p a { color:#333;}
.ly_crumb p a:hover { color:#EA5514;}
.ly_crumb p span { color:#777;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px)  and (min-width:1024px) {
	.ly_crumb { width:62%;}
	.ly_crumb p { height:auto;}
}
@media screen and (max-width:1023px)  and (min-width:768px) {
	.ly_crumb { width:100%; margin:0 auto 12px;}
	.ly_crumb img { top:4px;}
	.ly_crumb p { height:auto; line-height:28px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: inherit;}
}
@media (max-width: 767px) {
	.ly_crumb { width:100%; margin:0 auto 12px;}
	.ly_crumb img { top:4px;}
	.ly_crumb p { height:auto; line-height: 28px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space:inherit; padding:0;}
}
/*热门关键词&搜索 开始*/
.ly_hotkw_search { width:100%; height:70px; margin:0 auto; padding:0; background-color:#ededed; position:relative; z-index:9;}
.ly_hotkw_search .hotkw_search { width:1200px; height:100%; overflow:hidden; margin:0 auto; padding:15px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_hotkw_search .hotkw_search { width:90%; padding:15px 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_hotkw_search .hotkw_search { width:96%; padding:15px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_hotkw_search { height:auto; margin:0 auto;}
	.ly_hotkw_search .hotkw_search { width:96%; padding:12px 0;}

}
@media (max-width: 767px) {
	.ly_hotkw_search { height:auto; margin:0 auto; padding:0; background-size:100% 20px;}
	.ly_hotkw_search .hotkw_search { width:100%; padding:12px 3%;}
}
/*热门关键词&搜索 结束*/

/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:60px auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ny_title b { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ny_title p { width:100%; height:auto; text-align:center; margin:10px auto; padding:0;}
.ny_title p img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0; padding:0;}
.ny_title p i { display:inline-block; width:120px; height:1px; overflow:hidden; margin:-2px 16px 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
.ny_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;}

.ly_Gsjj { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyGsjj_img img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_name em { display:block; width:60px; height:2px; overflow:hidden; margin:10px auto 0; padding:0; background-color:#d12135;}
.lyGsjj_text p { width:100%; overflow:hidden; line-height:30px; color:#777777; font-size:15px; text-align:justify; text-indent:2em; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#777777!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}
.lyGsjj_main ul { margin:40px auto 0;}
.lyGsjj_main ul li { width:33.333333%; overflow:hidden; margin:0; padding:0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_main ul li p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#EA5514; font-size:60px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.lyGsjj_main ul li span { display:block; width:100%; overflow:hidden; line-height:30px; color:#777777; font-size:16px; text-align:center; margin:0 auto; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Gsjj { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {	
	.ly_NyAboutus { margin:40px auto;}
	.ny_title { margin:0 auto 30px;}
	.ly_Gsjj { width:96%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { margin:0 auto 30px;}
	.lyGsjj_main ul { margin:30px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {	
	.ly_NyAboutus { margin:40px auto;}
	.ny_title { margin:0 auto 20px;}
	.ly_Gsjj { width:96%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { margin:0 auto 20px;}
	.lyGsjj_main ul { margin:20px auto 0;}
}
@media (max-width: 767px) {	
	.ly_NyAboutus { margin:40px auto 0;}
	.ny_title { margin:0 auto 20px;}
	.ny_title b { font-size:28px; line-height:36px; height:auto;}
	.ly_Gsjj { width:94%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { margin:0 auto 20px;}
	.lyGsjj_text p { line-height:24px; font-size:14px;}
	
	.lyGsjj_main ul { margin:0 auto;}
	.lyGsjj_main ul li { width:100%; overflow:hidden; margin:40px auto 0;}
	.lyGsjj_main ul li:nth-child { margin:0 auto;}
	.lyGsjj_main ul li p { height:52px; line-height:52px; font-size:48px;}
	.lyGsjj_main ul li span { font-size:14px;}
}
@media (max-width: 320px) {
	.ny_title b { font-size:22px; line-height:32px; height:auto;}
	.ny_title p { margin:8px auto;}
	.ny_title p i { width:80px;}
	.ny_title span { font-size:14px;}
	
	.lyGsjj_main ul li { margin:20px auto 0;}
}
/*关于我们-公司简介 结束*/

/*关于我们-生产实力 开始*/
.ly_AboutScsl { width:100%; overflow:hidden; margin:60px auto; padding:60px 0 0 0; background-color:#f8f8f8;}
.ly_AboutScsl .lyAboutScsl_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.lyAboutScsl_main .lyAboutScsl_con { width:100%; overflow:hidden; margin:40px auto; padding:0;}
.lyAboutScsl_con p { width:100%; overflow:hidden; line-height:30px; color:#777; font-size:16px; text-align:justify; margin:0 auto; padding:0;}

.lyAboutScsl_main ul li { width:23.5%; height:210px; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; position:relative;}
.lyAboutScsl_main ul li:last-child { margin:0;}
.lyAboutScsl_main ul li img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyAboutScsl_main ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_AboutScsl .lyAboutScsl_main { width:90%;}	
	.lyAboutScsl_main ul li { height:170px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_AboutScsl { margin:40px auto; padding:40px 0;}
	.ly_AboutScsl .lyAboutScsl_main { width:96%;}	
	.lyAboutScsl_main .lyAboutScsl_con { margin:30px auto;}
	.lyAboutScsl_main ul li { height:170px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutScsl { margin:40px auto; padding:40px 0;}
	.ly_AboutScsl .lyAboutScsl_main { width:96%;}
	.lyAboutScsl_main .lyAboutScsl_con { margin:20px auto;}
	.lyAboutScsl_main ul li { height:130px;}
}
@media (max-width: 767px) {
	.ly_AboutScsl { margin:40px auto; padding:40px 0 20px;}
	.ly_AboutScsl .lyAboutScsl_main { width:94%;}
	.lyAboutScsl_main .lyAboutScsl_con { margin:20px auto;}
	.lyAboutScsl_con p { line-height:24px; font-size:14px;}
	.lyAboutScsl_main ul li { width:48%; height:140px; margin:0 4% 20px 0;}
	.lyAboutScsl_main ul li:nth-child(2n+2) { margin:0 0 20px;}
}
@media (max-width: 320px) {
	.lyAboutScsl_main ul li { width:100%; height:210px; margin:0 auto 20px;}
}
/*关于我们-生产实力 结束*/


/*关于我们-企业文化 开始*/
.ly_AboutQywh { width:100%; overflow:hidden; margin:60px auto 0; padding:0;}
.lyAboutQywh_list { width:1200px; height:auto; margin:0 auto; padding:0; background:url(../images/AboutQywh_bg.jpg) center center no-repeat; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyAboutQywh_list ul li { width:32%; overflow:hidden; margin:30px 0; padding:0; float:left;}
.lyAboutQywh_list ul li .lyAboutQywh_tit { width:100%; height:30px; overflow:hidden; line-height:30px; color:#686461; font-size:22px; margin:0 auto 8px; padding:0;}
.lyAboutQywh_list ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyAboutQywh_list ul li:nth-child(1) { padding:0 18% 0 0;}
.lyAboutQywh_list ul li:nth-child(3) { width:26%; padding:0 24% 0 0;}
.lyAboutQywh_list ul li:nth-child(5) { padding:0 18% 0 0;}
.lyAboutQywh_list ul li:nth-child(2) { padding:0 0 0 18%;}
.lyAboutQywh_list ul li:nth-child(4) { width:26%; padding:0 0 0 24%;}
.lyAboutQywh_list ul li:nth-child(6) { padding:0 0 0 18%;}

.lyAboutQywh_list ul li:nth-child(1) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(3) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(5) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(1) p, .lyAboutQywh_list ul li:nth-child(3) p, .lyAboutQywh_list ul li:nth-child(5) p { text-align:right;}

.lyAboutQywh_list ul li i { display:none;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_AboutQywh { width:90%;}
	.lyAboutQywh_list { width:100%; background-size: 340px 340px;}

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_AboutQywh { width:96%; margin:40px auto 0;}
	.lyAboutQywh_list { width:100%; background-size: 360px 360px;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutQywh { width:96%; margin:40px auto 0;}
	.lyAboutQywh_list { width:100%; background-size: 260px 260px;}
	.lyAboutQywh_list ul li { width:35%; margin:20px 0;}
	.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size:20px; margin:0 auto 4px;}
	.lyAboutQywh_list ul li:nth-child(1) { padding:0 15% 0 0;}
	.lyAboutQywh_list ul li:nth-child(3) { width:30%; padding:0 20% 0 0;}
	.lyAboutQywh_list ul li:nth-child(5) { padding:0 15% 0 0;}
	.lyAboutQywh_list ul li:nth-child(2) { padding:0 0 0 15%;}
	.lyAboutQywh_list ul li:nth-child(4) { width:30%; padding:0 0 0 20%;}
	.lyAboutQywh_list ul li:nth-child(6) { padding:0 0 0 15%;}
}
@media (max-width: 767px) {
	.ly_AboutQywh { width:94%; margin:40px auto 0;}
	.lyAboutQywh_list { width:100%; background: none;}
	.lyAboutQywh_list ul li { width:100%!important; margin:0 auto 20px; padding:0 0 0 40px!important; position:relative; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size:20px; margin:0 auto 4px; text-align:left!important;}
	.lyAboutQywh_list ul li p { height:auto; text-align:left!important; -webkit-line-clamp: 100000;}
	
	.lyAboutQywh_list ul li i { display:block; width:24px; height:24px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; font-weight:bold; text-align:center; background-color:#EA5514; border-radius:50%; position:absolute; left:0; top:3px;}

}
@media (max-width: 320px) {
	.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size:20px;}
}
/*关于我们-企业文化 结束*/

/*内页-关于我们 结束*/

/*内页-新闻中心&技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto; margin:60px auto; padding:0;}
.ly_NyNews .lyNyNew_main { width:1200px; height:auto; margin:0 auto; padding:0;}

.lyNyNew_main .lyNyNew_Tj { width:100%; overflow:hidden; margin:0 auto 40px; padding:20px 100px 20px 20px; background-color:#f5f5f5; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_main .lyNyNew_Tj:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); background-color:#fff;}
.lyNyNew_Tj .lyNyNew_TjImg { width:28%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyNew_Tj .lyNyNew_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjImg img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjText { width:72%; height:200px; overflow:hidden; margin:0; padding:0 40px; border-right:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj:hover .lyNyNew_TjText { border-right:1px solid #EA5514;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjName a { color:#EA5514;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:10px auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime em { width:0px; height:1px; overflow:hidden; background-color:#ccc; margin:14px 0 0 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjTime em { width:40px; margin:14px 10px 0 0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-left:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:112px; overflow:hidden; line-height:28px; color:#666; font-size:15px; text-align:justify; text-indent:0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjMore { width:100px; height:200px; overflow:hidden; margin:0; padding:0; background:url(../images/jt9.png) center center no-repeat; position:absolute; top:20px; right:0;}
.lyNyNew_Tj .lyNyNew_TjMore:hover{ background:url(../images/jt10.png) center center no-repeat;}

.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.lyNyNew_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:20px 100px 20px 20px; background-color:#fff; border-bottom:1px solid #eaeaea; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); border-bottom:1px solid #fff;}
.lyNyNew_list ul li .lyNyNew_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li:hover .lyNyNew_name a { color:#EA5514;}
.lyNyNew_list ul li .lyNyNew_time { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_time em { width:20px; height:1px; overflow:hidden; background-color:#ccc; margin:14px 10px 0 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_list ul li:hover .lyNyNew_time em { width:40px;}
.lyNyNew_list ul li .lyNyNew_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#666; font-size:14px; text-indent:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_more { width:40px; height:40px; overflow:hidden; margin:-20px 0 0; padding:0; background:url(../images/jt7.png) center center no-repeat; position:absolute; top:50%; right:30px;}
.lyNyNew_list ul li .lyNyNew_more:hover{ background:url(../images/jt8.png) center center no-repeat;}

.lyNyDown_list ul li { margin:0 auto 20px; padding:0 100px 20px 20px;}
.lyNyDown_list ul li a.lyNyNew_more { margin:0; top:10px;}
.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;text-align: center;}
.NyNewsdetail_con .NyDown_btn a { display: inline-block;width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; text-indent:0;  padding:0; background-color:#EA5514; border-radius:4px;margin: 0 10px;}
.NyNewsdetail_con .NyDown_btn a:hover { background-color:#444;}


@media (max-width: 767px){
.NyNewsdetail_con .NyDown_btn a {width:122px;margin: 0px 6px 0 0;}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNews .lyNyNew_main { width:90%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 40px;}
	.lyNyNew_Tj .lyNyNew_TjImg { height:160px;}
	.lyNyNew_Tj .lyNyNew_TjText { height:160px; padding:0 30px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; color:#797979; font-size:14px; -webkit-line-clamp: 3;}
	.lyNyNew_Tj a.lyNyNew_TjMore { height:160px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNews { margin:40px auto;}
	.ly_NyNews .lyNyNew_main { width:96%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px;}
	.lyNyNew_Tj .lyNyNew_TjImg { height:160px;}
	.lyNyNew_Tj .lyNyNew_TjText { height:160px; padding:0 30px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { height:36px; line-height:36px; font-size:20px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; font-size:14px; -webkit-line-clamp: 3;}
	.lyNyNew_Tj a.lyNyNew_TjMore { height:160px;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 40px;}
	.lyNyNew_list ul li a.lyNyNew_more { right:30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNews { margin:40px auto;}
	.ly_NyNews .lyNyNew_main { width:96%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 20px; padding:20px 80px 20px 20px;}
	.lyNyNew_Tj .lyNyNew_TjImg { width:30%; height:130px;}
	.lyNyNew_Tj .lyNyNew_TjText { width:70%; height:130px; padding: 0 20px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { height:30px; line-height:30px; font-size:16px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:8px auto; font-size:14px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:48px; line-height:24px; font-size:14px; -webkit-line-clamp: 2;}
	.lyNyNew_Tj a.lyNyNew_TjMore { width: 80px; height: 130px;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 40px;}
	.lyNyNew_list ul li { padding:20px 80px 20px 20px;}
	.lyNyNew_list ul li a.lyNyNew_more { right:20px;}
	
	.lyNyDown_list ul li { padding:20px 80px 20px 20px;}
}
@media (max-width: 767px) {
	.ly_NyNews { margin:40px auto; min-height:auto;}
	.ly_NyNews .lyNyNew_main { width:94%;}
	
	.lyNyNew_main .lyNyNew_Tj { margin:0 auto 16px; padding:16px;}
	.lyNyNew_main .lyNyNew_Tj:hover { box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); background-color:#fff;}
	.lyNyNew_Tj .lyNyNew_TjImg { width:100%; height:auto; margin: 0 auto 12px;}
	.lyNyNew_Tj .lyNyNew_TjImg a { height:auto;}
	.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; width:100%; height:auto; margin:0 auto; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.lyNyNew_Tj .lyNyNew_TjText { width:100%; height:auto; padding:0; border:0;}
	.lyNyNew_Tj:hover .lyNyNew_TjText { border:0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { height:auto; line-height:30px; font-size:16px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime { margin:0 auto 4px; font-size:14px;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { margin:0 auto; padding: 0; border: 0;}
	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { height:72px; line-height:24px; font-size:14px; -webkit-line-clamp: 3;}
	.lyNyNew_Tj a.lyNyNew_TjMore { display:none;}
	
	.lyNyNew_main .lyNyNew_list { margin:0 auto 40px;}
	.lyNyNew_list ul li { padding: 16px 16px 16px; margin: 0 auto 16px;}
	.lyNyNew_list ul li:hover { box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); border-bottom:1px solid #fff;}
	.lyNyNew_list ul li .lyNyNew_name a { font-size:16px;}
	.lyNyNew_list ul li .lyNyNew_time { margin:0 auto;}
	.lyNyNew_list ul li a.lyNyNew_more { display:none;}
	
	.lyNyDown_list ul li { padding:16px 60px 16px 16px;}
	.lyNyDown_list ul li a.lyNyNew_more { display:block; margin:0; top:10px; right:8px;}

}
/*内页-新闻中心&技术文章 结束*/

/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1200px; overflow:hidden; margin:60px auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:40px; color:#32353a; font-size:28px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; background-color:#f5f5f5; margin:30px auto; padding:10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
.NyNewsdetail_con p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ly_PrevNext { width:100%; overflow:hidden; margin:60px auto 0; padding:20px 0 0; border-top:1px solid #eaeaea;}
.ly_PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li a { color:#333; font-size:14px;}
.ly_PrevNext ul li:last-child { text-align:right;}
.ly_PrevNext ul li:hover { color:#EA5514;}
.ly_PrevNext ul li:hover a { color:#EA5514;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.ly_NyNewsdetail { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ly_NyNewsdetail { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNewsdetail { width:90%; margin:40px auto;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNewsdetail { width:96%; margin:40px auto;}
	.ly_NyNewsdetail .NyNewsdetail_tips { margin:24px auto;}
	.ly_PrevNext { margin:40px auto 0; padding:10px 0 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNewsdetail { width:96%; margin:40px auto;}
	.ly_NyNewsdetail .NyNewsdetail_title { line-height:36px; font-size:24px;}
	.ly_NyNewsdetail .NyNewsdetail_tips { margin:16px auto;}
	.ly_PrevNext { margin: 40px auto 0; padding: 10px 0 0;}
	.ly_PrevNext ul li { padding:0;}
	.NyNewsdetail_con img{ width:auto !important;}
}
@media (max-width: 767px) {
	.ly_NyNewsdetail { width:94%; margin:40px auto;}
	.ly_NyNewsdetail .NyNewsdetail_title { line-height:32px; font-size:22px;}
	.ly_NyNewsdetail .NyNewsdetail_tips { margin:16px auto;}
	.ly_PrevNext { margin:20px auto 0;}
	.ly_NyNewsdetail .NyNewsdetail_con { max-height:9999999999999999px;}
	.NyNewsdetail_con div { max-height:9999999999999999px; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
	.NyNewsdetail_con p{ text-indent:0;}
	.ly_PrevNext { margin: 40px auto 0; padding: 10px 0 0;}
	.ly_PrevNext ul li { width:100%; padding:0;}
	.ly_PrevNext ul li:last-child { text-align:left;}
	.NyNewsdetail_con img{ width:auto !important;}
}
/*内页-新闻详情&文章详情 结束*/

/*内页-联系我们 开始*/
.ly_NyContact { width:1200px; height:auto; margin:60px auto; padding:0;}
.ly_NyContact .lyNyContact_main { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:100%; overflow:hidden; margin:0 auto 60px; padding:48px 0; border:1px solid #dfdfdf; border-bottom:24px solid #EA5514; border-radius:0 0 24px 24px; box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs .lyNyContact_company { width:100%; overflow:hidden; line-height:36px; color:#333; font-size:28px; text-align:center; margin:0 auto 48px; padding:0;}
.lyNyContact_lxfs ul li { width:25%; overflow:hidden; margin:0; padding:24px; border-right:1px solid #dfdfdf; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li:nth-child(4) { border:0;}
.lyNyContact_lxfs ul li img { display:block; width:118px; height:118px; overflow:hidden; margin:0 auto 24px; padding:0; border:1px solid #808080; border-radius:50%;}
.lyNyContact_lxfs ul li span { display:block; width:100%; overflow:hidden; color:#999; font-size:24px; text-align:center; margin:0 auto 10px; padding:0;}
.lyNyContact_lxfs ul li p { width:100%; height:64px; overflow:hidden; line-height:32px; color:#666; font-size:20px; text-align:center; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0; word-break:break-all;}

.lyNyContact_main .lyNyContact_map { width:100%; overflow:hidden; margin:0; padding:0;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:520px; overflow:hidden; margin:0 auto; padding:10px; background-color:#f5f5f5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
@media screen and (max-width:1399px) and (min-width:1279px) {
	.ly_NyContact { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ly_NyContact { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyContact { width:90%; margin:40px auto ;}	
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 40px; padding:40px 0; border-bottom: 20px solid #EA5514; border-radius:0 0 20px 20px;}
	.lyNyContact_lxfs .lyNyContact_company { margin:0 auto 40px;}
	.lyNyContact_lxfs ul li { padding:20px;}
	.lyNyContact_lxfs ul li img { margin:0 auto 20px;}
	.lyNyContact_lxfs ul li span { font-size:22px;}
	.lyNyContact_lxfs ul li p { height: 52px; line-height:26px; font-size:18px;}
	
	.lyNyContact_map .lyNyContact_Mapmain { height:480px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyContact { width:96%; margin:40px auto;}
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 40px; padding:40px 0; border-bottom: 20px solid #EA5514; border-radius:0 0 20px 20px;}
	.lyNyContact_lxfs .lyNyContact_company { margin:0 auto 40px;}
	.lyNyContact_lxfs ul li { padding:20px;}
	.lyNyContact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.lyNyContact_lxfs ul li span { font-size:20px;}
	.lyNyContact_lxfs ul li p { height: 48px; line-height:24px; font-size:16px;}
	
	.lyNyContact_map .lyNyContact_Mapmain { height:400px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyContact { width:96%; margin:40px auto;}
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 40px; padding:40px 0 0; border-bottom: 16px solid #EA5514; border-radius:0 0 16px 16px;}
	.lyNyContact_lxfs .lyNyContact_company { margin:0 auto 40px; font-size:24px;}
	.lyNyContact_lxfs ul li { width:50%; padding:20px;}
	.lyNyContact_lxfs ul li:nth-child(1), .lyNyContact_lxfs ul li:nth-child(2) { border-bottom:1px solid #dfdfdf;}
	.lyNyContact_lxfs ul li:nth-child(2) { border-right:0;}
	.lyNyContact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.lyNyContact_lxfs ul li span { font-size:20px;}
	.lyNyContact_lxfs ul li p { height: 48px; line-height:24px; font-size:16px;}
	
	.lyNyContact_map .lyNyContact_Mapmain { height:360px;}
}
@media (max-width: 767px) {
	.ly_NyContact { width:94%; margin:40px auto;}
	.ly_NyContact { width:96%; margin:40px auto;}
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 40px; padding:40px 0 0; border-bottom: 12px solid #EA5514; border-radius:0 0 12px 12px;}
	.lyNyContact_lxfs .lyNyContact_company { margin:0 auto 20px; font-size:22px;}
	.lyNyContact_lxfs ul li { width:100%; padding:20px; border-right:0; border-bottom:1px solid #dfdfdf;}
	.lyNyContact_lxfs ul li img { width:108px; height:108px; margin:0 auto 20px;}
	.lyNyContact_lxfs ul li span { font-size:20px;}
	.lyNyContact_lxfs ul li p { height:auto; max-height: 48px; line-height:24px; font-size:16px;}
	
	.lyNyContact_map .lyNyContact_Mapmain { height:320px;}
}
@media (max-width: 320px) {
	.lyNyContact_main .lyNyContact_lxfs { margin:0 auto 20px; padding:20px 0 0;}
	.lyNyContact_lxfs .lyNyContact_company { margin:0 auto; font-size:20px;}
	.lyNyContact_lxfs ul li img { width:96px; height:96px; margin:0 auto 20px;}
}
/*内页-联系我们 结束*/

/*内页-招贤纳士 开始*/
.job_list{ margin:60px auto;}
.job_list li{background: #f5f5f5;height: 60px;line-height: 60px;margin-bottom: 20px;width:48.5%;margin-right:3%;float:left;}
.job_list li:nth-child(2n+2){margin-right:0;}
.job_list li .tlt{display:block;float:left;padding-left: 56px;font-size: 16px;color:#555;background: url(../images/sj8.gif) no-repeat 30px center;width:70%;height:60px;line-height:60px;transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.job_list li .time{float:right;width:23%;text-align:right;font-size:15px;color:#666;height:60px;line-height:60px;transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;padding-right:3%;}
.job_list li .time .btn{width:53px;height:26px;display:inline-block;margin: 16px 0 0 26px;vertical-align: top;}
.job_list li .time .btn img{transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;}
.job_list li:hover .tlt{color:#EA5514;padding-left:64px;background: url(../images/sj8.gif) no-repeat 40px center;}
.job_list li:hover .time{color:#EA5514;}
.job_list li:hover .time .btn img{filter: Alpha(Opacity=70);opacity: 0.7;}

.job_detail{ margin:60px auto;}
.job_detail .tlt{border-bottom: 1px solid #f1f1f1;height: 42px;line-height:42px;font-weight:700;font-size:22px;color:#333;padding-bottom:10px;}
.job_detail .info{padding: 20px 0 10px 0;box-sizing: border-box;border-bottom: 1px solid #f1f1f1;}
.job_detail .info p{font-size: 15px;color: #666666;}
.job_detail .info p span{color: #EA5514;font-weight:bold;font-size: 18px;}
.job_detail .conn{padding: 20px 0 10px 0;box-sizing: border-box;border-bottom: 1px solid #f1f1f1;}
.job_detail .conn .hd{font-size: 15px;color: #666666;height:50px;line-height:50px;}
.job_detail .conn .hd span{color: #555;}
.job_detail .conn .bd{color: #555;line-height: 30px;font-size: 15px;padding-left:80px;}
.job_detail .conn .bd p{ margin-bottom:5px;}
.job_detail .btm{font-size: 16px;color: #666666;height:50px;line-height:50px;}
.job_detail .btm a{color:#EA5514;font-size: 15px;}
.job_detail .btm a:hover{text-decoration:underline;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.job_list{ margin:40px auto;}
	.job_detail{ margin:40px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.job_list{ margin:40px auto;}
	.job_detail{ margin:40px auto;}
	.job_list li .tlt{ padding-left:30px;background: url(../images/sj8.gif) no-repeat 15px center;}
}
@media (max-width: 767px) {
	.job_list{ margin:40px auto;}
.job_list li{ width:100%;}
.job_list li .tlt{ padding-left:30px;background: url(../images/sj8.gif) no-repeat 15px center;}
.job_detail{ margin:40px auto;}
.job_detail .conn .bd{ padding-left:0;}
}
@media (max-width:320px) {
	.job_list li .tlt{ font-size:15px;}
.job_list li .time{ font-size:13px;}
	}

/*内页-招贤纳士 结束*/

/*内页-产品中心 开始*/
.ny_left{ width:23%; float:left;}
.ny_right{ width:74%; float:right;}
.ny_right dl{ margin-bottom:30px;}
.ly_Nypro{ margin:60px auto;}
.ny_left .h_left { width: 100%; float: left; overflow: hidden; margin-right: 18px; padding: 0 1% 1% 1%; background: #EA5514; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 30px; }

.ly_Nypro .list_top{ overflow:hidden; padding:10px 0 20px; border-bottom:1px solid #133685;}
.ly_Nypro .list_top b{ float:left; padding-left:26px;font-weight:normal; line-height:22px; background:url(../images/dhtiticon1.png) no-repeat;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ly_Nypro .list_top b a{ font-size:18px; color:#133685;}
.ly_Nypro .list_top span{ float:right;font-size:16px;}
.ly_Nypro .list_top span em,.list_top span a{ color:#133685;}
.ly_Nypro .ny_prolist{ margin-top:30px;}
.ly_Nypro .ny_prolist .pro_c li{width:31.3333%;float: left; margin-right:3%; height:300px;}
.ly_Nypro .ny_prolist .pro_c li:nth-child(3n){ margin-right:0;}
.ly_Nypro .ny_prolist .pro_c li .list_pic{ width:100%; height:200px; position:relative; margin:0 auto;}
.ly_Nypro .ny_prolist .pro_c li .list_pic img{ display:block; max-height:100%; max-width:100%; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; overflow: hidden; }
.ly_Nypro .ny_prolist .pro_c li .list_wz{ font-size:16px; color:#333; height:50px; line-height:50px; text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width:98%; padding:0 1%; margin-top:10px;}
.ly_Nypro .ny_prolist .pro_c li:hover .list_pic img{ transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.ly_Nypro .ny_prolist .pro_c li:hover .list_wz{ border-bottom:2px solid #EA5514;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ly_Nypro{ margin:40px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ly_Nypro{ margin:40px auto;}
.ny_left{ width:100%;}
.ny_right{ width:100%;}
}
@media (max-width: 767px) {
.ly_Nypro{ margin:40px auto;}
.ny_left{ width:100%;}
.ny_right{ width:100%;}
.ly_Nypro .ny_prolist .pro_c li{ width:48.5%; height:225px;}
.ly_Nypro .ny_prolist .pro_c li .list_pic{ height:150px;}
.ly_Nypro .ny_prolist .pro_c li:nth-child(2){ margin-right:0;}
.ly_Nypro .ny_prolist .pro_c li:nth-child(4n){ margin-right:0;}
.ly_Nypro .ny_prolist .pro_c li:nth-child(3n+3){ margin-right:0;}
.ly_Nypro .ny_prolist{ margin-top:20px;}

}

/*内页-产品中心 结束*/

/*内页-产品详情 开始*/
.ly_NyProDetail { width:1200px; overflow:hidden; margin:60px auto; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:23%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:74%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:1px solid #eaeaea;}
.lyNyProDetail_ConTit p { display:inline-block; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:24px; text-align:center; margin:0; padding:0;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important; padding:0 10px;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

@media screen and (max-width:1399px) and (min-width:1279px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1280px) and (min-width:1200px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProDetail { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail { width:96%;margin:40px auto;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 25px; padding:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail { width:96%; margin:40px auto;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
}
@media (max-width: 767px) {
	.ly_NyProDetail { width:94%; margin:40px auto;}
	.lyNyProDetail_con .lyNyProDetail_left,	.lyNyProDetail_con .lyNyProDetail_right { width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 20px; padding:0;}
	.lyNyProDetail_right .lyNyProDetail_ConText { max-height:99999999999999999999999px;}
	.lyNyProDetail_ConText div { max-height:99999999999999999999999px;}
}

.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:130px; overflow:hidden; margin:20px auto; padding:15px 20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #aaa;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #EA5514;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #686868;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #b93d07;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #01a165;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 25px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:24px; line-height:40px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text .jyms p { height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	#spec-list ul li { height:54px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%; height:auto;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#EA5514;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#EA5514;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

@media (max-width:880px) {
	.my-kefu-liuyan,.my-kefu-weixin,.my-kefu-tel-right{display:none;}
	.client-2{right:0;}
	.client-2 li{ height:48px; position: static; margin:0;}
	.client-2 .my-kefu-tel-main,.client-2 .my-kefu-main{ width:48px;border-radius: 48px; height:40px; padding:4px 0;}
	.my-kefu-main{background: #009240 !important;}
	.client-2 li a p{ display:none;}
	.client-2 .my-kefu-left { height:48px;}
	.client-2 .my-kefu-ftop i { margin: 2px 0 0 8px;}
	.client-2 .my-kefu-ftop{ margin-top:10px;}
	.client-2 .my-kefu-tel i {margin: 6px 0 0 12px;}
}
@media (max-width:320px) {
	
}
/*右侧漂浮 结束*/

/*在线留言*/
.pro_form { width:100%; overflow: hidden; margin: 0; padding: 0;}
.pro_form ul li { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.pro_form ul li p { width:10%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left; box-sizing: border-box;}
.pro_form ul li .pro_fmipt { width:90%; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; border-radius: 2px; position: relative; box-sizing: border-box;}
.pro_form ul li .pro_fmbtn { width:90%; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
.pro_fmbtn input { display:block; width:48%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #8d8d8e; border: none; outline: none; margin: 0; padding: 4px 19px; border-radius: 2px; box-sizing: border-box; float: left;}
.pro_fmbtn input.tj { margin:0 4% 0 0; background-color: #23ac38;}
.pro_form ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
.pro_form ul li .fm_half p { width:20%;}
.pro_form ul li .fm_half .pro_fmipt { width:80%;}
.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
@media screen and  (max-width:1200px){
.pro_form ul li p{width:12%;}
.pro_form ul li .pro_fmipt{width:88%;}
.pro_form ul li .fm_half p{width: 24.5%;}
.pro_form ul li .fm_half .pro_fmipt{width: 75.5%;}
.pro_fmbtn_l{display:none;}
.pro_form ul li .pro_fmbtn{width:100%;}
}

@media screen and  (max-width:992px){

}
@media screen and  (max-width:768px){
.pro_form ul li p{width:100%;}
.pro_form ul li .pro_fmipt{width:100%;}
.pro_form ul li .fm_half p{width: 100%;}
.pro_form ul li .fm_half .pro_fmipt{width:100%;}
.pro_form ul li{margin: 0 auto 8px;}
.pro_form ul li .fm_half{width:100%;margin:0;}
.pro_fmbtn input{width:100%;margin:0;font-size:15px;height:45px;line-height:38px;}
.pro_fmbtn input.tj{margin:0 0 10px 0; }
}

/*相关文章 开始*/
.list_new {width:100%;float:left;}
.list_new p {text-align:center;background-color:#EA5514;color:#fff;font-size:24px;font-weight:bold;line-height:60px;height:60px;}
.list_new p span {font-size:14px;font-weight:normal;margin-top:5px;color:#fff;}
.list_new ul {overflow:hidden;border:4px solid #EA5514;line-height:40px;border-top:0;padding:0 0 10px;}
.list_new ul li {width:94%;height:40px;line-height:40px;text-align:left;overflow:hidden;margin:10px auto;border-bottom:1px dashed #dedede;}
.list_new ul li a {width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
@media screen and (max-width:1023px) and (min-width:768px) {
		.list_new{ margin-bottom:20px;}
.list_new p{ padding:0 6%; text-align:left;}
}
@media (max-width:767px) {
	.list_new{ margin-bottom:20px;}
.list_new p{ padding:0 6%; text-align:left;}
.list_new ul{border: 2px solid #EA5514;}
	}

/*内页资料下载*/
.downloadlist{width:100%;}
.downloadlist .ul1{ margin:0 0;}
.downloadlist .l1{ float:left; width:31.333%; padding:0 0; margin-bottom:30px;margin-right:3%;}
.downloadlist .l1:nth-child(3n){margin-right:0;}
.downloadlist .la{ float:left; width:90%; background:#f3f3f3; padding:27px 5%; text-align:center;}
.downloadlist .tit{ float:left; width:100%; color:#333333; font-size:18px; line-height:20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; margin-bottom:15px;}
.downloadlist .info{ float:left; width:100%; color:#999; font-size:14px; line-height:23px; height:46px; overflow:hidden; margin:15px 0  35px 0;}
.downloadlist .btn{ display:inline-block; vertical-align:top; border-radius:40px; width:132px; height:40px; line-height:38px; border:1px solid #EA5514 ; color:#EA5514 ; font-size:14px;}
.downloadlist .btn .sp1{ display:inline-block; vertical-align:top;}
.downloadlist .btn .ico{ display:inline-block; vertical-align:middle;margin-top:-2px; margin-left:9px; font-weight:bold; width:18px;height:18px;background:url(../images/down_icon.png) center center no-repeat;background-size:cover;}
.downloadlist .la:hover{box-shadow: 0 0 16px rgba(20,58,132,0.1);}
.downloadlist .la:hover  .btn{background:#EA5514 ; color:#ffffff;}
.downloadlist .la:hover .btn .ico{background:url(../images/down_icon2.png) center center no-repeat;}

.downbtn{ width:100%; text-align:center;}
.downbtn a{ display:inline-block;margin:30px auto; vertical-align:top; border-radius:40px; width:132px; height:40px; line-height:38px; border:1px solid #EA5514 ; color:#EA5514 !important; font-size:14px;    text-align: center; margin-right:10px;}
.downbtn .sp1{ display:inline-block; vertical-align:top;}
.downbtn .ico{ display:inline-block; vertical-align:middle;margin-top:-2px; margin-left:9px; font-weight:bold; width:18px;height:18px;background:url(../images/down_icon.png) center center no-repeat;background-size:cover;}
.downbtn a:hover .ico{background:url(../images/down_icon2.png) center center no-repeat;}
.downbtn a:hover b{ color:#fff !important;}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){
.downloadlist .la{ padding:57px 10%;width:80%;}	

}
@media screen and  (max-width:992px){
.downloadlist .ul1{ margin:0 0;}
.downloadlist .l1{margin-top:12px;}
.downloadlist .la{ padding:25px 5%;width:90%;}
.downloadlist .tit{ font-size:16px; line-height:18px;}
.downloadlist .info{ margin:8px 0  12px 0;}
.downloadlist .btn{ width:110px; height:30px; line-height:28px;}
.downloadlist .btn .ico{ margin-left:5px; font-size:16px;}
}
@media screen and  (max-width:767px){
.downloadlist .l1{ width:100%;margin-right:0;margin-bottom: 14px;}
.downloadlist .tit{font-size:15px;}
.downloadlist .la{ padding:20px 5%;width:90%;}
.downloadlist .info{ margin:6px 0  10px 0;}
}

/*内页-荣誉资质 开始*/
.ly_NyHonor { width:1200px; height:auto; margin:60px auto; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 30px 0; padding:10px 20px 20px; background-color:#f5f5f5; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li .lyIdxHonor_img { width:100%; height:242px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyHonor_list ul li .lyIdxHonor_img a img {  display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover .lyIdxHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li .lyIdxHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_text a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyHonor_list ul li:hover .lyIdxHonor_text a { color:#EA5514;}
.lyNyHonor_list ul li i { display:block; width:30px; height:4px; overflow:hidden; margin:0; padding:0; background-color:#EA5514; position:absolute; bottom:0; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover i { width:100%;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyHonor { width:90%;}
	.lyNyHonor_list ul li { margin:0 2% 20px 0;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:188px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyHonor { width:96%; margin:40px auto;}
	.lyNyHonor_list ul li { margin:0 2% 20px 0; padding:8px 16px 16px;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:200px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { font-size:15px;}
	.lyNyHonor_list ul li i { height:3px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyHonor { width:96%; margin:40px auto;}
	.lyNyHonor_list ul li { width:31.333333%; margin:0 3% 20px 0; padding:8px 16px 16px;}
	.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 3% 20px 0;}
	.lyNyHonor_list ul li:nth-child(3n+3) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:200px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { font-size:14px;}
	.lyNyHonor_list ul li i { height:2px;}
}
@media (max-width: 767px) {
	.ly_NyHonor { width:94%; margin:40px auto;}
	.lyNyHonor_list ul li { width:48%; margin:0 4% 20px 0; padding:8px 16px 8px;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.lyNyHonor_list ul li .lyIdxHonor_img { height:154px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a { height:48px; line-height:24px; font-size:14px;}
	.lyNyHonor_list ul li i { height:2px;}
}
@media (max-width: 320px) {
	.lyNyHonor_list ul li { width:100%; margin:0 auto 20px; padding:10px 20px 20px;}
	.lyNyHonor_list ul li:nth-child(2n+2) { margin:0 auto 20px;}	
	.lyNyHonor_list ul li .lyIdxHonor_img { height:260px;}
	.lyNyHonor_list ul li .lyIdxHonor_text a {}
}
/*内页-荣誉资质 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 0; color: #555; font-size:14px; clear:both;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #EA5514; color: #ffffff; }
#fengye a.pnnum1 { background: #EA5514; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #EA5514; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}
#fengye .prev,#fengye .btn,#fengye .next{display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px; border:0;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye { margin:20px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye { margin: 20px auto 0;}
}
@media (max-width: 767px) {
	#fengye { margin:20px auto 0; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 12px;}
}
@media (max-width: 320px) {
	#fengye a { padding:0 12px;}
}
/*分页样式 结束*/

@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0 0 0.1px;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 30px; padding:20px; background-color:#f4f5f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:24%; height:158px; overflow:hidden; margin:0; padding:0; background-color:#fff; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}


.nyPro_list ul li .nyProList_text { width:72%; height:158px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#EA5514;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:3px auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips dl{ margin-bottom:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 10px 0 0; float:left;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:120px; height:34px; overflow:hidden; line-height:32px; color:#999; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #ccc; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#EA5514; border:1px solid #EA5514;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list ul li { margin:0 auto 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list ul li { margin:0 auto 20px; padding: 20px;}
}
@media (max-width: 767px) {
	.nyPro_list ul li { margin:0 auto 20px; padding:20px;}
	.nyPro_list ul li .nyProList_img { width:100%; height:255px; margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:18px;}
	.nyProList_text .nyProList_ms p { height:auto; max-height:48px; line-height:24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:10px auto;}
	.nyProList_text .nyProList_tips dl dd { width:48%; height:30px; line-height:30px; margin:0 4% 0 0; padding:0;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0;}
	.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_btn a { width:48%; height:40px; line-height:38px; margin:0; float:left;}
	.nyProList_text .nyProList_btn a:first-child { margin:0 4% 0 0;}
}

@media (max-width: 320px) {
	.nyPro_list ul li { margin:0 auto 12px; padding:12px;}
	.nyProList_text .nyProList_tips dl dd { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0 auto;}
}
/*内页-产品列表 结束*/